ByteNINumericByteNIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<ByteN>.IsGreaterThan(
ByteN value
)
Private Function IsGreaterThan (
value As ByteN
) As Boolean Implements INumeric(Of ByteN).IsGreaterThan
private:
virtual bool IsGreaterThan(
ByteN value
) sealed = INumeric<ByteN>::IsGreaterThan
private abstract IsGreaterThan :
value : ByteN -> bool
private override IsGreaterThan :
value : ByteN -> bool
- value ByteN
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)